@charset "UTF-8";
/* CSS Document */

.sponsor-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sponsor-flex-item {
  background: #fff;
  width: 200px;
  height: 100px;
  line-height: 150px;
  color: #000;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  border: thin solid #efefef;
  margin-bottom: 10px;
}
.sponsor-flex-item img {
	width: 90%;
	}
.celebration-table {
		font-family: 'Roboto' sans-serif; font-size: 18px; line-height: 1.5;
	}
.celebration-text-header {
		background-color: #cc0000; color: #fff; font-family: 'Anton', sans-serif; font-size: 36px; font-weight: 700; text-align: center; padding: 10px; letter-spacing: .1rem;
	}
.celebration-button {
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 18px;
  background: #cc0000;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  width: 100%;
}

.celebration-button:hover {
  background: #000000;
  text-decoration: none;
}